home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / ndelay.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  92 b   |  8 lines

  1. #ifndef NDELAY_H
  2. #define NDELAY_H
  3.  
  4. extern int ndelay_on();
  5. extern int ndelay_off();
  6.  
  7. #endif
  8.